home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / v cisle / hddhealth / hddh.exe / install_script.iss
Text File  |  2006-09-20  |  3KB  |  71 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=HDD Health
  5. AppVerName=HDD Health v2.1 Beta
  6. AppId=HDD Health
  7. DefaultDirName={pf}\HDD Health
  8. DefaultGroupName=HDD Health
  9. OutputBaseFilename=hddh
  10. Compression=zip
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\Win95\smartvsd.vxd"; DestDir: "{app}\Win95"; 
  18. Source: "{app}\Win98\smartvsd.vxd"; DestDir: "{app}\Win98"; 
  19. Source: "{app}\WinME\SMARTVSD.VXD"; DestDir: "{app}\WinME"; 
  20. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  21. Source: "{app}\alert.wav"; DestDir: "{app}"; 
  22. Source: "{app}\hddhealth.chm"; DestDir: "{app}"; 
  23. Source: "{app}\hddhealth.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  24. Source: "{app}\Homepage.url"; DestDir: "{app}"; 
  25. Source: "{app}\license.txt"; DestDir: "{app}"; 
  26. Source: "{sys}\iosubsys\smartvsd,1.vxd"; DestDir: "{sys}\iosubsys"; DestName: "smartvsd.vxd"; MinVersion: 4.0.950,0.0; OnlyBelowVersion: 4.1.1998,0.0; Flags: uninsneveruninstall restartreplace ignoreversion 
  27. Source: "{sys}\iosubsys\smartvsd,2.vxd"; DestDir: "{sys}\iosubsys"; DestName: "smartvsd.vxd"; MinVersion: 4.1.1998,0.0; OnlyBelowVersion: 4.9.3000,0.0; Flags: uninsneveruninstall restartreplace ignoreversion 
  28. Source: "{sys}\iosubsys\smartvsd,3.vxd"; DestDir: "{sys}\iosubsys"; DestName: "smartvsd.vxd"; MinVersion: 4.9.3000,0.0; Flags: uninsneveruninstall restartreplace ignoreversion 
  29.  
  30. [Dirs]
  31. Name: "{app}\Help"; 
  32. Name: "{app}\Help\Pics"; 
  33. Name: "{app}\Win95"; 
  34. Name: "{app}\Win98"; 
  35. Name: "{app}\WinME"; 
  36.  
  37. [Registry]
  38. Root: HKCU; Subkey: "Software\MicroSoft\Windows\CurrentVersion\Run"; ValueName: "HDDHealth"; ValueType: String; ValueData: "{app}\HDDHealth.exe -wl"; Flags: uninsdeletevalue noerror 
  39.  
  40. [Run]
  41. Filename: "{app}\hddhealth.exe"; WorkingDir: "{app}"; Description: "Launch application"; Flags: postinstall nowait
  42.  
  43. [Icons]
  44. Name: "{group}\HDD Health"; Filename: "{app}\hddhealth.exe"; WorkingDir: "{app}"; 
  45. Name: "{group}\Help"; Filename: "{app}\hddhealth.chm"; WorkingDir: "{app}"; IconFilename: "{app}\hddhealth.chm"; 
  46. Name: "{group}\Homepage"; Filename: "{app}\Homepage.url"; WorkingDir: "{app}"; 
  47. Name: "{group}\Backup utility"; Filename: "{app}\cbackup.url"; WorkingDir: "{app}"; 
  48. Name: "{group}\License"; Filename: "{app}\License.txt"; WorkingDir: "{app}"; 
  49. Name: "{group}\Readme"; Filename: "{app}\Readme.txt"; WorkingDir: "{app}"; 
  50. Name: "{group}\Uninstall"; Filename: "{app}\{uninstallexe}"; WorkingDir: "{app}"; IconFilename: "{app}\unins000.exe"; 
  51.  
  52. [UninstallDelete]
  53. Type: filesandordirs; Name: "{app}"; 
  54. Type: files; Name: "{app}\*.*"; 
  55.  
  56. [CustomMessages]
  57. default.NameAndVersion=%1 version %2
  58. default.AdditionalIcons=Additional icons:
  59. default.CreateDesktopIcon=Create a &desktop icon
  60. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  61. default.ProgramOnTheWeb=%1 on the Web
  62. default.UninstallProgram=Uninstall %1
  63. default.LaunchProgram=Launch %1
  64. default.AssocFileExtension=&Associate %1 with the %2 file extension
  65. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  66.  
  67. [Languages]
  68. ; These files are stubs
  69. ; To achieve better results after recompilation, use the real language files
  70. Name: "default"; MessagesFile: "embedded\default.isl"; 
  71.